论坛精华 >> Oracle 专栏 >> A 7-5 Obtaining Information About Archiving [查看别人的评论]

由 macro 发布于: 2001-03-01 19:09

The following sql command shows the database log mode and if the automatic archival is enabled:

SQL> ARCHIVE LOG LIST;
为什么我看到 “ORA-01031: 权限不足”?我是用的 system 和 sys 用户进去看的。

Query the dynamic performance views V$DATABASE and V$INSTANCE to show the database log mod and the archiving mode.

SQL> select name, log_mode
2 from v$database;

NAME LOG_MODE
--------- ------------
EDITOR NOARCHIVELOG


SQL> SELECT archiver FROM v$instance;

ARCHIVE
-------
STOPPED

__________________

谢谢你抽时间看我的发言,

Macro Zeng

==================================

我正在学习 Oracle ,坚持每天写读书笔记

点这里对该文章发表评论

该文章总得分是 6 分,你认为它对你有帮助吗? [非常多](1) [有一些](1) [无帮助](1) [是灌水](1)

Copyright © 2001 - 2009 JSP001.com . All Rights Reserved